home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineSprite_306 / frame_138 / DoAction.as
Text File  |  2008-03-13  |  694b  |  22 lines

  1. trace("positions 0 : " + this[positions[0]]);
  2. trace("positions: " + positions);
  3. trace("0 x: " + this[positions[0]]._x);
  4. trace("1 x: " + this[positions[1]]._x);
  5. trace("2 x: " + this[positions[2]]._x);
  6. this[positions[1]]._x = 170;
  7. this[positions[1]]._y = 245;
  8. this[positions[0]]._x = 327;
  9. this[positions[0]]._y = 195;
  10. this[positions[2]]._x = 480;
  11. this[positions[2]]._y = 297;
  12. this[positions[0]]._xscale = 58;
  13. this[positions[0]]._yscale = 58;
  14. this[positions[1]]._xscale = 58;
  15. this[positions[1]]._yscale = 58;
  16. this[positions[2]]._xscale = 58;
  17. this[positions[2]]._yscale = 58;
  18. c1.char.gotoAndStop(1);
  19. c2.char.gotoAndStop(1);
  20. p1.char.gotoAndStop(1);
  21. clearInterval(roadInterval);
  22.